The DataBinInfo Constructor includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Initializes a new instance of the
DataBinInfo class with explicit parameters.
Syntax
Parameters
- inClassId
- An System.Object representing the data-bin ID value.
- classId
- A Leadtools.Jpip.DataBinClassIdValues value representing the type of the data-bin.
- codeStream
- The index of the code-stream the data-bin.
- offset
- An System.Int32 number representing the offset to the beginning of the data.
- completed
- true if the databin is filled; otherwise, false
- data
- An array of System.Byte values containing the actual data in the data-bin.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also